ServiceInfo model improvements and deprecations#1311
Conversation
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
…viceinfo-model-improvements.md
| As of Home Assistant Core 2022.6, access to discovery information via the, previously deprecated, dictionary methods have been removed. | ||
|
|
||
|
|
||
| This applies to the `DhcpServiceInfo`, `MqttServiceInfo`, `SsdpServiceInfo`, `UsbServiceInfo`, and `ZeroconfServiceInfo` instances. |
There was a problem hiding this comment.
Please link to the relevant dev docs page.
There was a problem hiding this comment.
Are these the best location to link?
https://developers.home-assistant.io/docs/creating_integration_manifest/#dhcp
https://developers.home-assistant.io/docs/creating_integration_manifest/#mqtt
https://developers.home-assistant.io/docs/creating_integration_manifest/#ssdp
https://developers.home-assistant.io/docs/creating_integration_manifest/#usb
https://developers.home-assistant.io/docs/creating_integration_manifest/#zeroconf
There was a problem hiding this comment.
Maybe we should add a paragraph with some text and example of a discovery step in the config flow docs?
https://developers.home-assistant.io/docs/config_entries_config_flow_handler#discovery-steps
Proposed change
Add blog post for home-assistant/core#60540
Type of change
Additional information